Welcome![Sign In][Sign Up]
Location:
Search - p2p chord

Search list

[Other resourcep2psim

Description: 是一个p2p在linux上的仿真,实现了P2P协议中的kademlia,chord的仿真.并可以通过对协议的扩展,实现更多的P2P协议的仿真,并证明其性能-a p2p simulation on Linux which can simulate kademlia , chord for P2P, and can simulate more P2P protocols by extending protocols and verify their functionaliteis.
Platform: | Size: 505562 | Author: 阿虎 | Hits:

[Internet-Networkp2psim-0.3.tar

Description: 这是一个P2P协议仿真软件,支持协议包括:Chord, Accordion, Koorde, Kelips, Tapestry,主页:http://pdos.csail.mit.edu/p2psim/-This is a peer-to-peer protocol emulation software, supporting the agreement include : Chord. Accordion, Koorde, Kelips, Tapestry, home page : http : / / pdos.csail.mit.edu/p2psim /
Platform: | Size: 309699 | Author: 刘孟君 | Hits:

[Internet-Networksfsnet

Description: 基于chord算法的p2p文件系统。A p2p file system based on chord.-algorithm based on the chord p2p file system. A p2p file system based on chord.
Platform: | Size: 1309070 | Author: whk | Hits:

[Other resourcejavap2p

Description: 使用JAVA研究P2P方面的,有关于chord协议的.站长加我吧!谢了
Platform: | Size: 3247419 | Author: hua guo | Hits:

[JSP/Javachat

Description: 有关JAVA的程序,研究P2P的chord协议,相信大家会喜欢的!
Platform: | Size: 563201 | Author: hua guo | Hits:

[Other resourceChordsrc

Description: p2p的结构化模型chord源代码,研究p2p模拟的参考资料。
Platform: | Size: 25958 | Author: 李波 | Hits:

[JSP/Javaopen-chord_1.0.1_src

Description: 一个对等计算发生器,使用DHT变换,高效实现。-one pair of terms such as generator, the use of DHT transform, Efficient Implementation.
Platform: | Size: 465920 | Author: shiwenlu | Hits:

[Internet-Networktapestry

Description: 该代码是采用后缀匹配的经典结构化p2p模型,和chord相比具有更大的灵活性,是使用最多的经典模型之一,和pastry相似-The suffix code is used to match the structure of the classical model of p2p, and compared chord with greater flexibility, is to use one of the most classic model, and the pastry is similar to
Platform: | Size: 19456 | Author: liufeng | Hits:

[P2PP2Pfiletracnce

Description: 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传输层。从功能上大致描述了各个层的设计思想。 3)根据设计的文件传输系统的体系框架,对使用到的关键技术的详细设计和实现做出说明,包括系统结构中超级节点的选择,节点问网络的连接以及文件在节点问的传输,并附带部分代码展示了关键技术的实现细节。-P2P technology in the process, many issues to be considered, including network discovery mechanism to share files, data integrity and transmission efficiency and security issues, including network load balancing node problems and so on. In this paper, following the completion of several tasks: 1) based on super-node hybrid P2P network topology, list the common resource locator search algorithm to compare and select the Chord algorithm as the system resource locator search algorithm based, do the improvements. 2) design system framework. P2P applications will have structured into the settings and display the user application layer, with file-sharing mechanism and super-node discovery and selection mechanism to inform the node layer and has a file upload and download functions of the network transport layer. From the general description of each functional layer design. 3) file transfer system according to the design of the system framework, the use of key technologies to achieve the
Platform: | Size: 4616192 | Author: alphadyp | Hits:

[P2Pchord

Description: 基于chord的P2P源代码,可以深刻理解chord算法,有助于网络编程-The source of P2P based on chord
Platform: | Size: 1737728 | Author: 张巧 | Hits:

[Windows DevelopTp2ppsim-033th

Description: 此源代码,是一个P2P协议仿真软件源码,支持协议包含:Chord, Accordion, Koorde, Kelips, Tapestry-This source code is a P2P protocol emulation software source code, support agreement contains: Chord, Accordion, Koorde, Kelips, Tapestry
Platform: | Size: 449536 | Author: 藐视 | Hits:

[P2Pmychord

Description: 关于p2p网络编程的chord的其中一个算法-One algorithm on p2p network programming chord
Platform: | Size: 1609728 | Author: 俞佳振 | Hits:

[Internet-Networkchord

Description: 对p2p网络中chod算法改进的实现, 能够有效提高基于关键字的资源查询效率-improvement of the chod algorithm
Platform: | Size: 82944 | Author: xiao | Hits:

[Software Engineering2010_mobile_chord

Description: Cross-Layer Mobile Chord P2P Protocol Design For VANET
Platform: | Size: 489472 | Author: ameur | Hits:

[Network Developchord协议

Description: 对chord协议的介绍,要解决在P2P应用中遇到的基本问题:如何在P2P网络中找到存有特定数据的节点。
Platform: | Size: 22528 | Author: 280563898@QQ.COM | Hits:

[P2PResearch-of-DHT-Algorithm-based-P2P-

Description: P2P 网络相对于CS 模式网络具有去中心化,可扩展性,健壮性,高性能,负载均衡等优点。本文介绍了4 种基于DHT 的P2P 算法:Chord, Can, Pastry, Tapestry。详细分析了各算法的组织结构,查找方法,结点插入退出,路由方法及性能,并对它们的算法效率进行了比较研究。-The P2P network relative to CS mode network to the center of the advantages of scalability, robustness, high performance, and load balancing. This article describes the four kinds of DHT-based P2P algorithm: Chord, Can, Pastry, Tapestry. A detailed analysis of the organizational structure of the algorithm, the way to find, insert exit node, routing method and the performance and efficiency of their algorithm were compared.
Platform: | Size: 249856 | Author: gaoyun | Hits:

[Otherchord-0.1

Description: 麻省理工最新版本chord实现代码 github打包下载 分布式系统及P2P中使用的chord算法源码 P2P四大算法之一 -MIT latest version of the package to download chord implementation code github and P2P distributed systems used in the four chord algorithm source P2P algorithms
Platform: | Size: 6356992 | Author: xunmi | Hits:

[Software Engineeringchord

Description: p2p的经典相关论文,从国外网站下的,打包。-p2p classic relevant papers from abroad website, packing.
Platform: | Size: 2358272 | Author: zhengguangyuan | Hits:

[Othermychord

Description: chord的模拟,P2P网络的模拟,完整的代码-Analog simulation chord, P2P networks
Platform: | Size: 2537472 | Author: 宋伟 | Hits:

[Windows Developp2pwangl9

Description: 结构化P2P网络chord算法研究与分析(1).zip-源语言: 中文目标语言: 英语翻译自动检测 阿拉伯语 德语 俄语 法语 韩语 葡萄牙语 日语 泰语 文言文 西班牙语 意大利语 英语 粤语 中文 阿拉伯语 德语 俄语 法语 韩语 葡萄牙语 日语 泰语 文言文 西班牙语 意大利语 英语 粤语 中文 请输入您要翻译的文字内容或网页地址,回车即可翻译 结构化P2P网络chord算法研究与分析(1).zip结构化P2P网络chord算法研究与分析(1).zip ON划词翻译ON实时翻译结构化P2P网络chord算法研究与分析(1).zip Structured P2P network Chord algorithm research and analysis (1).Zip
Platform: | Size: 256000 | Author: cbwuig | Hits:
« 1 2 3»

CodeBus www.codebus.net